CloudWatch Alarms

aws/monitoring aws/automation

💡 Definition

CloudWatch Alarms allow you to watch a single CloudWatch metric over a time period and perform one or more actions based on the value of the metric relative to a threshold you define.

🔑 Key Concepts

⚙️ How it Works

  1. Select Metric: Choose CPUUtilization for an instance.
  2. Define Condition: "Greater than 80% for 5 minutes".
  3. Configure Action: "Send email to Admin" AND "Add 1 instance to ASG".

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * CloudWatch * Auto Scaling * SNS